html{padding-top:50px;}
/*定义变量*/
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px !important;
}
h3 {
    font-size: 18px !important;
}
h4 {
    font-size: 16px !important;
}
h5 {
    font-size: 14px !important;
}
h6 {
    font-size: 14px !important;
}
p {
    font-size: 12px !important;
}

.container{width:100%;padding:0 3%;}

#ny_banner {
    height: 100px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.seo14{font-size:14px;}
.service_wrap{height:auto;}

/***********手机导航************/
.wap_logo{width:30%; position: absolute; left:5%;padding-top: 10px;}
.wap_logo img{height:30px;}
.mobile-inner-nav a{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInX;
      animation-name: flipInX;
    }

    .mobile_header{
        width: 100%;
        position: fixed;
        top:0;
        z-index: 999999;

    }
    .mobile-inner{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fafafa;
        position: relative;
    }
    .mobile-inner-header{
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .mobile-inner-header-icon{
        color: #ffffff;
        height: 50px;
        font-size:25px;
        text-align: center;
        float:right;
        width: 50px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }
    .mobile-inner-header-icon:hover{
        background-color: rgba(255,255,255,0.2);
        cursor: pointer;
    }
    .mobile-inner-header-icon span{
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(255,255,255,1);
    }
    .mobile-inner-header-icon span:nth-child(1){
    transform: translateY(4px) rotate(0deg);
        }
    .mobile-inner-header-icon span:nth-child(2){
    transform: translateY(-4px) rotate(0deg);
        }
    .mobile-inner-header-icon-click span:nth-child(1){
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
        }		
    .mobile-inner-header-icon-click span:nth-child(2){
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
        }
        
    
    
    @keyframes clickfirst {
      0% {
          transform: translateY(4px) rotate(0deg);
          
      }
    
      100% {
        transform: translateY(0) rotate(45deg);
      }
    }	
    
    
    
    @keyframes clicksecond {
      0% {
          transform: translateY(-4px) rotate(0deg);
      }
    
      100% {
        transform: translateY(0) rotate(-45deg);
      }
    }	
    
    .mobile-inner-header-icon-out span:nth-child(1){
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
        }		
    .mobile-inner-header-icon-out span:nth-child(2){
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
        }
    
    @keyframes outfirst {
      0% {
        transform: translateY(0) rotate(-45deg);
      }
    
      100% {
        transform: translateY(-4px) rotate(0deg);
      }
    }	
    
    @keyframes outsecond {
      0% {
        transform: translateY(0) rotate(45deg);
      }
    
      100% {
        transform: translateY(4px) rotate(0deg);
      }
    }
    
    .mobile-inner-nav{
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }
    .mobile-inner-nav a{
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight:300;
    }
    .mobile-inner-nav a:hover{
        color: rgba(255,255,255,0.4);
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}





    
.mobile_header{display: block;}
#yn_header{display: none;}    
/***********首页BANNER************/
.slide_ct{display: none;}
.slide_text{left:0;padding:0 5%; bottom:2.1rem;}
/***********首页介绍************/
.intro_text{left:0;padding:0 5%;}
.case_title{position: relative; }
#yn_banner .swiper-pagination{text-align: center; left:auto; width:100%;}

#tabs-container h1{margin-left: 0;}
#yn_intro   { padding: 10% 0 0 0; height: 19.2rem; margin-top: -1.6rem;}
.num_scroll{width:auto;}
.intro_nav h5{font-size:12px !important;}
.w_big{width:100%;}
.video_bg{display: none;}
.intro_fr{display: none;}
#yn_intro .swiper-container{height:auto;}
.intro_fl img{width:100%; height:250px; object-fit: cover;}
/*.intro_nav{position: inherit;width:95%;margin-left:5%;left:0;margin-top:20px;}*/

.intro_nav {
    position: inherit;
    width: 95%;
    margin-left: 5%;
    left: 0;
    top: -20rem;

}

.ban_slogen { top: 2.13rem; left:3%; }

#tabs-container .swiper-wrapper,#tabs-container .clien_slogen { display: none; }

#tabs-container h1.seoh3 a {  margin-top: -0.3rem;}

.intro_nav li:nth-child(2) { background-size: 24% !important; }

.intro_nav li:nth-child(1) { background-size: 40% !important; }

.intro_nav li:nth-child(1) h5 {    margin-top: 20px !important; }

.intro_nav li.active h5 {    margin-top: 37px !important;}

#yn_case {    margin: 3.4rem 0 0.7rem 0;}

.case_title h3 ,#tabs-container h1.seoh3{font-size: 1rem !important;} 

.case_title b,#tabs-container h1.seoh3 b {font-size: 1.54rem;}

#yn_intro .intro_nav h5, #yn_intro .intro_nav p {
    margin-top: 16px;
    margin-left: -28%;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
#yn_intro .intro_nav li.active h5, #yn_intro .intro_nav li.active p {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.intro_nav li{width:33%; height: 50px;background-size: 28% !important;}


.intro_nav p{display: none !important;}

.case_list{width:48%;margin:1% !important;}
.case_list:nth-child(3n-1){margin:1%;}
.case_img{width:100%; height:120px;}
.case_img>img{width:100%; height:120px; object-fit: cover;}
.case_mask{display: none;}
/***********新闻************/
.news_list h5{
    height:42px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;}
.page .pagination li{height:34px; width:34px; line-height: 34px;}
.news_detail p{height:38px; line-height: 19px;    -webkit-line-clamp: 2;}
.news_thumb{width:100%; height:120px;}
.news_thumb>img{width:100%; height:120px; object-fit:cover;}
.news_list{width:48%;margin:1%;}
.news_more{height:auto;}
.news_more img{width:34px; bottom:15px;}

#sub_side{display: none;}

.news_list1{width:48%;margin:1%;}
.news_list1 .news_thumb{height:59px;}
.news_list1 .news_thumb>img {
    height: 100px !important;
}
.news_t span{font-size:12px;}
.news_t h5{font-size:14px;}

.news_list1 .news_more{display: none;}
.news_list1 .news_t{height: 50px; padding: 0 5px;}
.news_list1:last-child{display: none;}
.news_ctwrap{height:auto;    padding: 10px 5px;}

.ny_news_ct .news_rsider{width:100%; margin-top:50px;}
.ny_news_ct .news_lct{width:100%;    margin-top: 2.5rem;}
.case_text .case_more{bottom:5px; width:20px; height:18px;}
.news_lct span{margin:5px 0 10px 0}
.news_page{padding-top:20px;}
.sider_title{padding-left: 3%;}
.sider_ct {  padding: 0 3%;  }
/***********客户评价************/
#yn_uate{height:3.5rem; padding: 3%;}
#tabs-container h3{margin-left:0%;}
#yn_uate .more{right:0;}
#tabs-container{width:100%;}
#yn_uate .tabs{display: none;}
#yn_uate .content-slide p {  bottom: 40px;  width: 90%;  left: 5%; }
#yn_uate .pagination{bottom:20px}
#yn_uate .swiper-pagination-bullet{width:30px;}

#yn_uate .more {  right: 3%;  left: auto;  top: 10px;  }
/***********合作伙伴************/
.partner_ct li{width:48%;margin:1%;}
#yn_partners{margin:3% 0;}
.more{text-align: right;}
.more img{width:70%;}

#yn_news .more{bottom:0.2rem;}
/***********关于我们************/
.n_dotitle h1{top:0;}
.n_dotitle h3{padding-top:0;}
.n_aimg{width:100%;}
.n_atext{width:100%;}
.n_about, .n_team,.n_service{height:auto; display: block;margin-bottom:30px;}
.n_about_ct{padding:3%;}
.n_aimg img{height:auto !important;}
.n_atext{padding:20px 0 !important;}
.do_list{width:48%;height:250px;margin:1%;}
.do_cont{height:250px;}
.n_do{margin-bottom:50px;}


/***********内业案例************/
.m_case_ct .case_list{width:48% !important;margin-right:0 !important;}
.dintro_color{width:100%;}
.dintro_text{width:100%;}
.m_case_ct .case_list{height:120px !important;}
.case_dct{width:100%;height:40px; line-height: 40px;}

.case_dtitile{height:300px;}
.case_dtop{height:180px;}
.case_dbg{width:300px; height:192px;margin-top:-80px;margin-left:-150px;left:50%;}
.case_dbg img{width:224px; top:12px;left:38px;height:auto;}


/***********内业新闻************/
.news_nav li{font-size:12px;margin-right:1rem;}
.ny_news_ct{padding:30px 3%;}
.ny_news_nav{height:115px;}
.ny_news_nav > .container{height:115px;}
.page a{width:34px; height:34px;}
.ny_news_nav li{font-size:16px;}


.sider_title{height:52px; line-height:52px;}
.news_lct{width:65%;}
.news_lct span{font-size:12px;}
.news_rsider{width:30%;}

/***********内页案例************/
.s_intro{bottom:2.5rem;}
.s_intro span{display: none;}
.s_intro p{display: none;}

.ny_bg span{display: none;}
.ny_bg p{display: none;}
.n_case_wrap{margin-bottom:50px;}
.n_case_nav{width:100%;    margin-left: auto;  margin-top: 10px;}
.n_case_nav li{width:33.33%;height:36px; line-height: 36px; }

.n_case_nav li:nth-child(1){border-bottom:none;}
.n_case_nav li:nth-child(2){border-bottom:none;}
.n_case_nav li:nth-child(3){border-bottom:none; border-right:1px solid #ccc;}
/***********解决方案************/
.num_intro{right:20px;}
.service_wrap{border:none;}
.st_service .vct_lilst{border:1px solid #ccc;width:50%;height:250px;    padding: 5%;}
.st_service .vct_lilst:nth-child(1){border-right:none;border-bottom:none;}
.st_service .vct_lilst:nth-child(2){border-bottom:none;}
.st_service .vct_lilst:nth-child(3){border-right:none;}
.st_solution{padding:20px 0;}
.st_nav li{font-size:12px;}
.sol_title{top:auto;}
.w_solution{height:auto;}
.w_solution .intro_fl{padding:3%; height:380px; width:100%;}
.w_solution .intro_fl a{height:40px; line-height: 40px;width:100%;}
.w_solution .st_fr{height:220px; width:100%;}
.st_case{margin-bottom:50px;}
.w_solution .swiper-pagination-bullets{display: none;}
.st_text h5{font-size:16px;}
.w_solution .intro_fl span{width:60px; margin:15px 0;}
.st_nav ul{width:100%;height:50px;}

/***********服务流程************/
.n_service_ct{padding-left: 0;}
.service_nav li{height:35px; font-size:12px;}
.service_nav li span{font-size:12px;}
.ser_text p{font-size:12px;}
.n_service_ct{height:280px;}
.service_cont .content-slide{height:280px;}
.service_nav li img{width:20px !important;}
.service_cont .content-slide > img{height:280px;}
.ser_text{width:80%; height:120px;}
.ser_text span{height:15px; top:10px;}
.n_ft_contact{height:40px; line-height: 40px;width:100%; margin-left: 0 !important; margin-bottom:50px !important;}


/***********联系我们************/
.ct_lf p{font-size:12px;}
.ct_lf p img{width:20px;}
.form-group:first-child input{width:49%;    float: left;  margin-right: 2%;}
.form-group:first-child input:last-child{margin-right: 0}
.form-group input{width:100%;height:40px;margin-bottom:20px;}
.form-group textarea{width:100%;height:175px;}
.form-group:last-child input{width:112px;}
.ct_lf{padding:15px 0;}
.ct_title{height:280px;}
.ct_mapct{position: relative;    top: auto;  right: auto; }
.ct_rt{position: relative;    top: auto;  right: auto; }
.ct_map{padding:3%;}
.ct_mapct{width:100%; height:100%;}
.ct_rt .ct_list{text-align: center;}
.ct_list img{width:70%;}
.ct_rt .ct_list p{font-size:14px;}
/***********底部************/
.ft_contact li{padding-left:25px;}
.ft_contact li span{width:23px;top: 2px;}
.ft_ewm{width:100%;}
.ft_wrap {padding:30px;}
.ft_logo{width:100%; text-align: center;}
.ft_ewm p{width:100%;}
.ft_nav{width:100%;padding:20px 0;}
.ft_contact{width:100%;padding:20px 0;}
.ft_brand{width:100%;}
.ft_ewm{text-align: center;}
.ft_brand li{height:54px;}


@media only screen and (min-width:414px) {
    #yn_intro { margin-top: 0; }
}